CalcVis
The Window Manager uses theCalcVis
procedure to calculate the visible region
of a window.
PROCEDURE CalcVis (window: WindowPeek);
window
- A pointer to the window's complete window record.
DESCRIPTION
TheCalcVis
procedure calculates the visible region of the specified window by starting with its content region and subtracting the structure region of each window in front of it.